Opc.Ua.Core
End Method



Opc.Ua.Bindings Namespace > ChannelAsyncOperation<T> Class : End Method
The response returned from the server.
Syntax
'Declaration
 
Public Function End( _
   ByVal timeout As Integer, _
   Optional ByVal throwOnError As Boolean _
) As T
'Usage
 
Dim instance As ChannelAsyncOperation(Of T)
Dim timeout As Integer
Dim throwOnError As Boolean
Dim value As T
 
value = instance.End(timeout, throwOnError)
public T End( 
   int timeout,
   bool throwOnError
)
public:
T^ End( 
   int timeout,
   bool throwOnError
) 

Parameters

timeout
throwOnError
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChannelAsyncOperation<T> Class
ChannelAsyncOperation<T> Members